home *** CD-ROM | disk | FTP | other *** search
/ Champak 109 / Vol 109.iso / games / stepp000.swf / scripts / DefineButton2_758 / BUTTONCONDACTION on(release).as
Text File  |  2008-11-12  |  272b  |  14 lines

  1. on(release){
  2.    if(getProperty("/Gts", _visible) == 1)
  3.    {
  4.       set("/Variables:CacheGts",true);
  5.       setProperty("/Gts", _visible, 0);
  6.    }
  7.    set("/Variables:TransMail","");
  8.    tellTarget("../MailMovie")
  9.    {
  10.       gotoAndStop(1);
  11.    }
  12.    nextFrame();
  13. }
  14.